'Declaration
Public Overloads Sub AddRange( _ ByVal subItems() As SubItemInfo _ )
'Usage
Dim instance As SubItemCollectionInfo Dim subItems() As SubItemInfo instance.AddRange(subItems)
public void AddRange( SubItemInfo[] subItems )
Parameters
- subItems
- A SubItemInfo array added into the collection.